home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global cycleNo, userNo, correctionMade, wantsToViewCycles
- if getAt(cycleNo, userNo) > 1 then
- killcorrection()
- if correctionMade = 0 then
- writecycleinfo()
- puppetVisible(13, 48, 1)
- puppetStatus(11, 48, 0)
- go("removeImage")
- go("cycle list")
- cursor(0)
- else
- set wantsToViewCycles to 1
- go("save changes")
- cursor(0)
- end if
- else
- cursor(0)
- alert("No previous cycles found.")
- end if
- cursor(0)
- end
-